Make _gtk_button_box_child_requisition static.
/* Ask children how much space they require and round up
to match minimum size and internal padding.
Returns the size each single child should have. */
-void
+static void
_gtk_button_box_child_requisition (GtkWidget *widget,
int *nvis_children,
int *nvis_secondaries,
GtkWidget *child,
gboolean is_secondary);
-/* Internal method - do not use. */
-void _gtk_button_box_child_requisition (GtkWidget *widget,
- int *nvis_children,
- int *nvis_secondaries,
- int *width,
- int *height);
G_END_DECLS
#endif /* __GTK_BUTTON_BOX_H__ */